home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / STRTGAME.DXR / 00138.ls < prev    next >
Encoding:
Text File  |  2004-12-07  |  308 b   |  14 lines

  1. on exitFrame
  2.   global installpath
  3.   play frame "fillnames" of movie installpath & "saves.dir"
  4.   repeat with i = 12 to 17
  5.     set the editableText of sprite i to 0
  6.   end repeat
  7.   repeat with i = 19 to 24
  8.     set the editableText of sprite i to 1
  9.   end repeat
  10.   updateStage()
  11.   sound stop 2
  12.   sound stop 3
  13. end
  14.